home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / store.dir / 00114.ls < prev    next >
Encoding:
Text File  |  1996-09-26  |  174 b   |  10 lines

  1. on startMovie
  2.   global orders, quantlist, totallist
  3.   LoadCursor()
  4.   if orders = EMPTY then
  5.     set orders to []
  6.     set quantlist to []
  7.     set totallist to []
  8.   end if
  9. end
  10.